.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.top {
    height: 36px;
    background-color: #f7f7f7;
    font-size: 12px;
    color: #666;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
}

.top .top_right ul li {
    float: left;
}

.top .top_right ul li .top_a {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #ddd;
}

.top .top_right ul li .navgation {
    border: none;
    padding-right: 16px;
    margin-right: 0;
    background: url(../images/xl.png) no-repeat right center;
}

.nav_con {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 9;
    width: 400px;
    padding: 25px 0 12px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border: solid 1px #eeeeee;
    line-height: 36px;
}

.nav_con .nav_span {
    display: inline-block;
    position: relative;
    color: #999;
    font-size: 15px;
    margin-right: 40px;
    cursor: pointer;
}

.nav_con .nav_span .nav_icon {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 3px;
    background-color: #0088e6;
}

.nav_con .nav_span.active {
    color: #333;
}

.nav_con .nav_span.active .nav_icon {
    display: block;
}

.nav_con .nav_bota {
    display: inline-block;
    color: #333;
    font-size: 14px;
    margin-right: 33px;
}

.top .top_right ul .navgation_li {
    position: relative;
}

.header {
    height: 90px;
    background-color: #fff;
    margin-bottom: 46px;
}

.header .header_left {

}

.header .header_left .logo_img {
    margin-right: 8px;
    width: 310px;
}

.header .header_left .logo_name {
    font-size: 20px;
    color: #333;
    padding-left: 18px;
    border-left: 1px solid #ccc;
}

.header .header_right .search {
    display: inline-block;
    position: relative;
    /*width: 280px;*/
    height: 36px;
    padding: 0 20px;
    margin-top: 27px;
    background-color: #eeeeee;
    border-radius: 17px;
}

.header .header_right .search .search_text {
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding-right: 14px;
    line-height: 36px;
    background: url(../images/xl.png) no-repeat right center;
    cursor: pointer;
}

.header .header_right .search .search_text .se_con {
    display: none;
    position: absolute;
    top: 36px;
    left: -14px;
    z-index: 99;
    width: 70px;
    padding: 0 20px 10px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    cursor: pointer;
}

.header .header_right .search .search_text .se_con>span {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.header .header_right .search .search_text .se_con>span.active {
    color: #333;
    border-bottom: 2px solid #0088e6;
}

.header .header_right .search .search_text .se_con>span:hover {
    color: #333;
    border-bottom: 2px solid #0088e6;
}

.header .header_right .search .search_input {
    border-left: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    background-color: #eee;
    margin-left: 10px;
}

.header .header_right .search .search_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/ss.png);
}

.header .header_right .search_ewm {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.header .header_right .search_ewm .ewm_con {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
    width: 240px;
    padding: 20px 0 14px 20px;
    background-color: #fff;
    border: 1px solid #eee;
}

.header .header_right .search_ewm .ewm_con .ewm_left {
    width: 90px;
    margin-right: 19px;
}

.header .header_right .search_ewm .ewm_con .ewm_left>img {
    width: 90px;
    height: 90px;
    border: 1px solid #eee;
    margin-bottom: 9px;
}

.header .header_right .search_ewm .ewm_con .ewm_left>p {
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.header .header_right .search_ewm:hover .ewm_con {
    display: block;
}

.nav {
    width: 100%;
    height: 46px;
    background-color: #0088e6;
    position: absolute;
    top: 126px;
}

.nav ul li {
    position: relative;
    float: left;
    width: 133px;
    height: 100%;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.nav ul li.active {
    background-color: #0076c7;
}

.nav ul li .nav_a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.nav ul li .nav_xl {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 18px;
}



.nav ul li .nav_cho {
    display: none;
    position: absolute;
    top: 46px;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    padding: 0 30px;
    border: 1px solid #eee;
}

.nav ul li .nav_cho .cho_a {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 14px;
}

.nav ul li .nav_cho .cho_a.mb0 {
    margin-bottom: none;
}

.nav ul li .nav_cho .cho_a:hover {
    color: #0088e6;
}

.nav ul li:hover {
    background-color: #0076c7;
}

.footer .links {
    /*height: 40px;*/
    line-height: 40px;
    background-color: #f7f7f7;
}

.footer .links a {
    display: inline-block;
    margin-right: 18px;
}

.footer .links .links_tit {
    color: #444;
    font-size: 14px;
    padding-right: 6px;
    float: left;
}

.footer .links .links_text {
    color: #999;
    font-size: 12px;
    margin-right: 32px;
}

.footer .links .links_text:hover {
    color: #0088e6;
}

.footer .dl_con {
    width: 100%;
    height: 220px;
    padding: 38px 0;
    background-color: #383838;
}

.footer .dl_con dl {
    display: inline-block;
    border-right: 1px solid #444444;
    padding-right: 50px;
    margin-right: 50px;
}

.footer .dl_con dl dt {
    color: #d7d8d9;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer .dl_con dl dd>a {
    display: inline-block;
    color: #9b9ea0;
    font-size: 12px;
    margin-top: 18px;
}
.footer .dl_con a:hover{
  color: #08a7e6;
}
.footer .dl_con dl.mr0 {
    border-right: none;
    margin-right: 0px;
}

.footer .dl_con .dl_ewm {
    float: right;
}

.footer .dl_con .dl_ewm .wx {
    display: inline-block;
    margin-left: 58px;
}

.footer .dl_con .dl_ewm .wx>img {
    width: 131px;
    height: 131px;
    padding: 8px;
    border: solid 1px #444444;
}

.footer .dl_con .dl_ewm .wx>p {
    color: #9b9ea0;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.footer .copyright {
    width: 100%;
    height:100%;
    background-color: #333;
    color: #9b9ea0;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}

.footer p a{
    color: #9b9ea0;
}

.footer p a:active,
.footer p a:hover {
    text-decoration: none;
    color: #0088e6;
}

.bread {
    height: 60px;
    line-height: 60px;
    color: #c7c7c7;
    font-size: 14px;
    clear: both;
}

.bread .bread_a {
    color: #999;
    font-size: 14px;
}

.bread .bread_cur {
    color: #666;
    font-size: 14px;
}


/* ÓÒ²à */
.hot_professional,
.hot_school {
    margin-bottom: 30px;
}

.hot_professional .caption,
.hot_school .caption {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.hot_professional .caption h4,
.hot_school .caption h4 {
    display: inline;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #0088E6;
}

.hot_school .gk_list ul {
    width: 298px;
    padding-bottom: 27px;
}

.hot_school .gk_list ul li {
    position: relative;
    padding: 20px 20px 20px 70px;
    /*margin-bottom: 17px;*/
}

.hot_school .gk_list ul li img {
    position: absolute;
    top: 18px;
    left: 0;
    width: 58px;
}

.hot_school .gk_list ul li .xx_name {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}

.hot_school .gk_list ul li .xx_name {
    color: #999;
    font-size: 14px;
}

/* 热门专业 */
.hot_professional .ranking_list {
    background-color: #fff;
    padding: 25px 0;
}

.hot_professional .ranking_list .item {
    margin-bottom: 15px;
}

.hot_professional .ranking_list .item img {
    width: 18px;
    height: 22px;
    border: none;
    vertical-align: bottom;
}

.hot_professional .ranking_list .item:last-child {
    margin-bottom: 0;
}

.hot_professional .ranking_list .item .num {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    background: rgba(230, 230, 230, 1);
    border-radius: 50%;
}

.hot_professional .ranking_list .item .title {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    color: #333;
    width: 260px;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}

/* college&&profession hover */
.college_wrap .college_dynamics .dynamics_list li a:hover,
.college_sel_box .layer ul li:hover,
.hot_professional .ranking_list .item .title:hover,
.main_wrap ._left .college_list .item .info_r .college_name:hover,
.ck_profession_list .item .info_l .profession_name a:hover,
.yc_profession_list .item .info_r .title:hover {
    color: #0088E6;
}

/*加群start*/
.ecv2_detailpage_jiaqun {
    float: right;
    font-size: 0;
}

.ecv2_detailpage_jiaqun input[type='text'] {
    width: 180px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    color: #0088e6;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle;
    border: solid 1px #0088e6;
}

.ecv2_detailpage_jiaqun a {
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    background-color: #0088e6;
}

.ecv2_detailpage_jiaqun a i {
    font-size: 18px;
    vertical-align: middle;
}

/*加群End*/

/*文章内容加群*/
.ercodediv {
    padding: 30px;
    background-image: url("../images/ercodebg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    display: inline-block;
}

.guanfang,
.qqqun {
    float: left;
}

.guanfang .p1,
.qqqun .p1 {
    width: 120px;
    height: 120px;
    border: 5px solid #ffb378;
    border-radius: 4px;
    float: left;
}

.guanfang .p1 img,
.qqqun .p1 img {
    width: 100%;
    height: 100%;
}

.guanfang .p2,
.qqqun .p2 {
    width: 210px;
    height: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.guanfang .p2 span,
.qqqun .p2 span {
    display: block;
    line-height: 20px;
    font-size: 14px;
}

.qqqun .p2 a {
    padding: 5px 15px;
    background: #0088e6;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}

/*文章内容加群*/